Uses of Interface
org.eclipse.vtp.desktop.projects.core.IDatabaseTable

Packages that use IDatabaseTable
org.eclipse.vtp.desktop.projects.core   
org.eclipse.vtp.desktop.projects.core.internals   
 

Uses of IDatabaseTable in org.eclipse.vtp.desktop.projects.core
 

Methods in org.eclipse.vtp.desktop.projects.core that return IDatabaseTable
 IDatabaseTable IDatabase.createTable(java.lang.String name)
          Creates a new database table definition with the given name.
 IDatabaseTable DatabaseTableEditorInput.getDatabaseTable()
           
 

Constructors in org.eclipse.vtp.desktop.projects.core with parameters of type IDatabaseTable
DatabaseTableEditorInput(IDatabaseTable databaseTable)
           
 

Uses of IDatabaseTable in org.eclipse.vtp.desktop.projects.core.internals
 

Classes in org.eclipse.vtp.desktop.projects.core.internals that implement IDatabaseTable
 class DatabaseTable
          This is a concrete implementation of IDatabaseTable and provides the default behavior of that interface.
 

Methods in org.eclipse.vtp.desktop.projects.core.internals that return IDatabaseTable
 IDatabaseTable Database.createTable(java.lang.String name)